@import"https://fonts.googleapis.com/css?family=Poppins:400,600,700";

:root {
  /* Colors */
  --color-primary: #FFBC01;
  --color-primary-dark: #000000;
  --color-bg-dark: #0D0D0D;
  --color-text-white: #FFFFFF;
  --color-text-black: #000000;
  
  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-xxl: 4rem;
  
  /* Border */
  --border-width-thin: 0.5px;
  --border-width-normal: 1px;
  --border-width-thick: 1.5px;
  
  /* Icon Sizes */
  --icon-size-mobile: 80px;
  --icon-size-tablet: 90px;
  --icon-size-desktop: 120px;
  
  /* Logo Sizes */
  --logo-width-mobile: 120px;
  --logo-width-desktop: 180px;
  
  /* Navigation Heights */
  --nav-spacer-mobile: 200px;
  --nav-spacer-desktop: 250px;
  
  /* Transitions */
  --transition-default: 0.3s ease;
  
  /* Breakpoints - Documented for reference
     Note: CSS variables cannot be used in media queries,
     but these values are documented here for consistency.
     Mobile: max-width 768px
     Tablet: 769px - 1023px
     Desktop: min-width 769px */
}

/* ============================================
   UTILITY CLASSES - Common Inline Style Replacements
   ============================================
   Note: Utility classes intentionally use !important to ensure they override
   other styles when applied. This is standard practice for utility classes.
   ============================================ */

/* Background Colors */
.bg-dark {
  background-color: var(--color-bg-dark) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

/* Text Colors */
.text-white {
  color: var(--color-text-white) !important;
}

.text-black {
  color: var(--color-text-black) !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

/* Spacing Utilities */
.spacing-xs {
  padding: var(--spacing-xs) !important;
}

.spacing-sm {
  padding: var(--spacing-sm) !important;
}

.spacing-md {
  padding: var(--spacing-md) !important;
}

.spacing-lg {
  padding: var(--spacing-lg) !important;
}

.spacing-xl {
  padding: var(--spacing-xl) !important;
}

.spacing-xxl {
  padding: var(--spacing-xxl) !important;
}

/* Border Utilities */
.border-thin {
  border-width: var(--border-width-thin) !important;
}

.border-normal {
  border-width: var(--border-width-normal) !important;
}

.border-thick {
  border-width: var(--border-width-thick) !important;
}

/* Transition Utilities */
.transition-default {
  transition: var(--transition-default) !important;
}

/* Layout Utilities - Common Inline Style Patterns */
.container-wide {
  max-width: 92% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tile-ancestor-no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.column-padding-lr {
  padding-left: 4rem !important;
  padding-right: 3rem !important;
}

.column-padding-lr-sm {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* Mobile: Ensure utility classes override all other padding rules */
/* These rules must come AFTER the minified rule and have higher specificity */
@media screen and (max-width: 768px) {
  /* Override minified rule and tile overlay rules for utility classes */
  .tile .is-overlay.columns .column.column-padding-lr,
  .tile .is-overlay .column.column-padding-lr,
  .is-overlay.columns.is-flex .column.column-padding-lr,
  .is-overlay.columns .column.column-padding-lr {
    padding-left: clamp(1.5rem, 6vw, 2.5rem) !important;
    padding-right: clamp(0.75rem, 3vw, 1.5rem) !important;
    padding-top: clamp(0.75rem, 3vw, 1.5rem) !important;
    padding-bottom: clamp(0.75rem, 3vw, 1.5rem) !important;
  }
  
  .tile .is-overlay.columns .column.column-padding-lr-sm,
  .tile .is-overlay .column.column-padding-lr-sm,
  .is-overlay.columns.is-flex .column.column-padding-lr-sm,
  .is-overlay.columns .column.column-padding-lr-sm {
    padding-left: clamp(1.5rem, 6vw, 2.5rem) !important;
    padding-right: clamp(0.75rem, 3vw, 1.5rem) !important;
    padding-top: clamp(0.75rem, 3vw, 1.5rem) !important;
    padding-bottom: clamp(0.75rem, 3vw, 1.5rem) !important;
  }
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-top-4 {
  margin-top: 4rem !important;
}

.flex-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* ============================================
   BULMA FRAMEWORK CSS
   ============================================ */
.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.content:not(:last-child){margin-bottom:1.5rem}.is-overlay,.hero-video,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{bottom:0;left:0;position:absolute;right:0;top:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:"Poppins",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#fff;font-size:1em;font-weight:400;line-height:1.5}a{color:#485fc7;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:normal;padding:.25em .5em .25em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#fff;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#fff;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:rgba(0,0,0,0);color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#fff}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#fff;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#fff}.menu-list a.is-active{background-color:#485fc7;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#fff;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1024px){.container{max-width:960px}}@media screen and (max-width: 1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.image.is-130x130{height:130px;width:130px}.image.is-150x150{height:150px;width:150px}.image.is-255x255{height:255px;width:255px}.content li+li{margin-top:.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#fff;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#fff}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#fff}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#fff}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%)}@media screen and (max-width: 768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%)}@media screen and (max-width: 768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%)}@media screen and (max-width: 768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%)}}.hero.is-dark{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:rgba(255,255,255,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(255,255,255,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#fff}.hero.is-dark .tabs a{color:#fff;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:#363636 !important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%)}@media screen and (max-width: 768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%)}}.hero.is-primary{background-color:#ffbc01;color:rgba(0,0,0,.7)}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:rgba(0,0,0,.7)}.hero.is-primary .subtitle{color:rgba(0,0,0,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-primary .navbar-menu{background-color:#ffbc01}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(0,0,0,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#e7aa00;color:rgba(0,0,0,.7)}.hero.is-primary .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#ffbc01 !important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffbc01}.hero.is-primary.is-bold{background-image:linear-gradient(141deg, #cd7500 0%, #FFBC01 71%, #ffe91b 100%)}@media screen and (max-width: 768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg, #cd7500 0%, #FFBC01 71%, #ffe91b 100%)}}.hero.is-link{background-color:#485fc7;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-link .navbar-menu{background-color:#485fc7}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#3a51bb;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#485fc7 !important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#485fc7}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #2959b3 0%, hsl(229, 53%, 53%) 71%, #5658d2 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #2959b3 0%, hsl(229, 53%, 53%) 71%, #5658d2 100%)}}.hero.is-info{background-color:#3e8ed0;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#3082c5;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3e8ed0 !important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%)}}.hero.is-success{background-color:#48c78e;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-success .navbar-menu{background-color:#48c78e}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#3abb81;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#48c78e !important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c78e}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%)}}.hero.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-warning .navbar-menu{background-color:#ffe08a}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd970;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffe08a !important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffe08a}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%)}}.hero.is-danger{background-color:#f14668;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ef2e55;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#f14668 !important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%)}@media screen and (max-width: 768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width: 768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width: 769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem}.columns:last-child{margin-bottom:-0.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0 !important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1*var(--columnGap));margin-right:calc(-1*var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){.columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-0-fullhd{--columnGap: 0rem}}.columns.is-variable.is-1{--columnGap: 0.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-1-mobile{--columnGap: 0.25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-1-tablet{--columnGap: 0.25rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-1-tablet-only{--columnGap: 0.25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-1-touch{--columnGap: 0.25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-1-desktop{--columnGap: 0.25rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-1-desktop-only{--columnGap: 0.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-1-widescreen{--columnGap: 0.25rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-1-widescreen-only{--columnGap: 0.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-1-fullhd{--columnGap: 0.25rem}}.columns.is-variable.is-2{--columnGap: 0.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-2-mobile{--columnGap: 0.5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-2-tablet{--columnGap: 0.5rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-2-tablet-only{--columnGap: 0.5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-2-touch{--columnGap: 0.5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-2-desktop{--columnGap: 0.5rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-2-desktop-only{--columnGap: 0.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-2-widescreen{--columnGap: 0.5rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-2-widescreen-only{--columnGap: 0.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-2-fullhd{--columnGap: 0.5rem}}.columns.is-variable.is-3{--columnGap: 0.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-3-mobile{--columnGap: 0.75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-3-tablet{--columnGap: 0.75rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-3-tablet-only{--columnGap: 0.75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-3-touch{--columnGap: 0.75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-3-desktop{--columnGap: 0.75rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-3-desktop-only{--columnGap: 0.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-3-widescreen{--columnGap: 0.75rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-3-widescreen-only{--columnGap: 0.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-3-fullhd{--columnGap: 0.75rem}}.columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){.columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-4-fullhd{--columnGap: 1rem}}.columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}.columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}.columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}.columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){.columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px)and (max-width: 1023px){.columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1024px)and (max-width: 1215px){.columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px)and (max-width: 1407px){.columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-8-fullhd{--columnGap: 2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}.tile.is-ancestor{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem}.tile.is-ancestor:last-child{margin-bottom:-0.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363636 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c !important}.has-background-dark{background-color:#363636 !important}.has-text-primary{color:#ffbc01 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#cd9700 !important}.has-background-primary{background-color:#ffbc01 !important}.has-text-primary-light{color:#fffaeb !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#ffecb8 !important}.has-background-primary-light{background-color:#fffaeb !important}.has-text-primary-dark{color:#946d00 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#c79200 !important}.has-background-primary-dark{background-color:#946d00 !important}.has-text-link{color:#485fc7 !important}a.has-text-link:hover,a.has-text-link:focus{color:#3449a8 !important}.has-background-link{background-color:#485fc7 !important}.has-text-link-light{color:#eff1fa !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c8cfee !important}.has-background-link-light{background-color:#eff1fa !important}.has-text-link-dark{color:#3850b7 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#576dcb !important}.has-background-link-dark{background-color:#3850b7 !important}.has-text-info{color:#3e8ed0 !important}a.has-text-info:hover,a.has-text-info:focus{color:#2b74b1 !important}.has-background-info{background-color:#3e8ed0 !important}.has-text-info-light{color:#eff5fb !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6ddf1 !important}.has-background-info-light{background-color:#eff5fb !important}.has-text-info-dark{color:#296fa8 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#368ace !important}.has-background-info-dark{background-color:#296fa8 !important}.has-text-success{color:#48c78e !important}a.has-text-success:hover,a.has-text-success:focus{color:#34a873 !important}.has-background-success{background-color:#48c78e !important}.has-text-success-light{color:#effaf5 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c8eedd !important}.has-background-success-light{background-color:#effaf5 !important}.has-text-success-dark{color:#257953 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#31a06e !important}.has-background-success-dark{background-color:#257953 !important}.has-text-warning{color:#ffe08a !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd257 !important}.has-background-warning{background-color:#ffe08a !important}.has-text-warning-light{color:#fffaeb !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#ffecb8 !important}.has-background-warning-light{background-color:#fffaeb !important}.has-text-warning-dark{color:#946c00 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#c79200 !important}.has-background-warning-dark{background-color:#946c00 !important}.has-text-danger{color:#f14668 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ee1742 !important}.has-background-danger{background-color:#f14668 !important}.has-text-danger-light{color:#feecf0 !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#fabdc9 !important}.has-background-danger-light{background-color:#feecf0 !important}.has-text-danger-dark{color:#cc0f35 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#ee2049 !important}.has-background-danger-dark{background-color:#cc0f35 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363636 !important}.has-background-grey-darker{background-color:#363636 !important}.has-text-grey-dark{color:#4a4a4a !important}.has-background-grey-dark{background-color:#4a4a4a !important}.has-text-grey{color:#7a7a7a !important}.has-background-grey{background-color:#7a7a7a !important}.has-text-grey-light{color:#b5b5b5 !important}.has-background-grey-light{background-color:#b5b5b5 !important}.has-text-grey-lighter{color:#dbdbdb !important}.has-background-grey-lighter{background-color:#dbdbdb !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1023px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1024px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1023px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1024px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1023px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1024px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1023px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1024px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1023px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1024px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Poppins",sans-serif !important}.is-family-secondary{font-family:"Poppins",sans-serif !important}.is-family-sans-serif{font-family:"Poppins",sans-serif !important}.is-family-monospace{font-family:monospace !important}.is-family-code{font-family:monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1023px){.is-block-touch{display:block !important}}@media screen and (min-width: 1024px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1023px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1024px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1023px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1024px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1023px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1024px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1023px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1024px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1023px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1024px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px)and (max-width: 1023px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1023px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1024px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px)and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}.is-cfs-1{font-size:80px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-cfs-1{font-size:65px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-cfs-1{font-size:65px}}@media screen and (max-width: 768px){.is-cfs-1{font-size:50px}}.is-cfs-2{font-size:70px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-cfs-2{font-size:55px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-cfs-2{font-size:55px}}@media screen and (max-width: 768px){.is-cfs-2{font-size:40px}}.is-cfs-3{font-size:55px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-cfs-3{font-size:45px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-cfs-3{font-size:45px}}@media screen and (max-width: 768px){.is-cfs-3{font-size:35px}}.is-cfs-4{font-size:45px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-cfs-4{font-size:37px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-cfs-4{font-size:37px}}@media screen and (max-width: 768px){.is-cfs-4{font-size:30px}}.is-cfs-5{font-size:30px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-cfs-5{font-size:25px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-cfs-5{font-size:25px}}@media screen and (max-width: 768px){.is-cfs-5{font-size:20px}}.is-cfs-6{font-size:25px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-cfs-6{font-size:21px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-cfs-6{font-size:21px}}@media screen and (max-width: 768px){.is-cfs-6{font-size:17px}}.is-cfs-custom-1{font-size:40px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-cfs-custom-1{font-size:34px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-cfs-custom-1{font-size:34px}}@media screen and (max-width: 768px){.is-cfs-custom-1{font-size:28px}}.is-resp-width-1{width:60px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-resp-width-1{width:51px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-resp-width-1{width:51px}}@media screen and (max-width: 768px){.is-resp-width-1{width:42px}}.is-cfs-custom-6{font-size:20px}@media screen and (min-width: 769px)and (max-width: 1023px){.is-cfs-custom-6{font-size:20px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.is-cfs-custom-6{font-size:20px}}@media screen and (max-width: 768px){.is-cfs-custom-6{font-size:17px}}.has-border{border:1px solid #fff}.custom-negative-position{position:relative;background:#0d0d0d;top:-22px}@media screen and (min-width: 769px)and (max-width: 1023px){.custom-negative-position{top:-19px}}@media screen and (min-width: 1024px)and (max-width: 1215px){.custom-negative-position{top:-19px}}@media screen and (max-width: 768px){.custom-negative-position{top:-15px}}



/* ============================================
   BASE COMPONENTS - Feature Cards
   ============================================ */
.feature-card{display:flex;align-items:center;padding:2rem;width:100%;border:0.5px solid #fff;background:transparent}@media screen and (max-width:768px){.feature-card{flex-direction:column!important;padding:1.5rem 1rem!important;align-items:center!important;text-align:center!important}}.feature-card-icon{flex-shrink:0;display:flex;flex-direction:column;align-items:center;min-width:150px}@media screen and (max-width:768px){.feature-card-icon{min-width:auto!important;width:100%!important;margin-bottom:1rem!important;margin-right:0!important;margin-left:0!important;order:1}}@media screen and (min-width:769px) and (max-width:1023px){.feature-card-icon{min-width:120px}}.feature-card-icon-left{margin-right:2rem}@media screen and (max-width:768px){.feature-card-icon-left{margin-right:0!important}}@media screen and (min-width:769px) and (max-width:1023px){.feature-card-icon-left{margin-right:1.5rem}}.feature-card-icon-right{margin-left:2rem}@media screen and (max-width:768px){.feature-card-icon-right{margin-left:0!important}}@media screen and (min-width:769px) and (max-width:1023px){.feature-card-icon-right{margin-left:1.5rem}}.feature-card-content{flex:1;text-align:left}@media screen and (max-width:768px){.feature-card-content{text-align:center!important;width:100%!important;order:2}}.feature-card-icon svg,.feature-card-icon img{width:120px;height:120px;margin-bottom:1rem}@media screen and (max-width:768px){.feature-card-icon svg,.feature-card-icon img{width:80px;height:80px;margin-bottom:.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.feature-card-icon svg,.feature-card-icon img{width:90px;height:90px}}.feature-card-content ul{text-align:left;margin-left:1.5em;padding-left:0}@media screen and (max-width:768px){.feature-card-content ul{text-align:center!important;margin-left:0!important;padding-left:1.5em!important;list-style-position:inside!important}}@media screen and (max-width:768px){.container .mx-5{margin-left:1rem!important;margin-right:1rem!important}}

@media screen and (max-width:768px){.px-4 img[alt="Mannjal Logo"]{max-width:120px!important;width:auto!important;height:auto!important}.image{margin:0!important;position:relative!important}.image img{width:100%!important;height:auto!important}.is-overlay.columns{padding:1rem .5rem!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important}.is-overlay.columns .column{padding:.5rem!important}.button[href^="mailto:"]{padding:12px 24px!important;font-size:16px!important;width:auto!important;max-width:100%!important;display:inline-block!important}h1.is-cfs-2{line-height:1.1!important;margin-bottom:.25rem!important}h1.is-cfs-1{line-height:1.1!important;margin-top:0!important;margin-bottom:.5rem!important}p.is-cfs-5{margin-top:.75rem!important;padding:0 .5rem!important;line-height:1.4!important}.mt-6{margin-top:1.5rem!important}.section.mt-6{margin-top:2rem!important;padding:1rem .5rem!important}}@media screen and (min-width:769px) and (max-width:1023px){img.is-hidden-desktop{display:none!important}}

/* ============================================
   BASE COMPONENTS - Navigation & Layout
   ============================================ */
.px-4.py-5{text-align:left!important}.px-4.py-5 a{display:inline-block}.container .px-4.py-5{text-align:left!important;justify-content:flex-start!important;display:block!important}.container .px-4.py-5 a{display:inline-block!important;margin-left:0!important;margin-right:auto!important}section .container .px-4.py-5{text-align:left!important;display:block!important}section .container .px-4.py-5 a{display:inline-block!important;margin-left:0!important;margin-right:auto!important}section:first-of-type .container .px-4.py-5{text-align:left!important;display:block!important}section:first-of-type .container .px-4.py-5 a{display:inline-block!important;margin:0!important;margin-right:auto!important}section:first-of-type .container{max-width:100%!important;padding-left:0!important;margin-left:0!important}section:first-of-type .container>div.py-5{text-align:left!important;padding-left:1rem!important;padding-right:0!important}

/* Team member images - override the general .image img rule */
.image.is-255x255 img.team-member-img,
.image.is-150x150 img.team-member-img{width:100%!important;height:100%!important;object-fit:cover;max-width:none!important}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================
   Breakpoint: max-width 768px
   Organized by component/section for maintainability
   ============================================ */

/* ============================================
   MOBILE - Typography & Base Styles
   ============================================ */
@media screen and (max-width: 768px) {
  /* Increase base font size slightly */
  body {
    font-size: 1.1em !important;
  }
  
  /* Increase all custom font sizes */
  .is-cfs-1 {
    font-size: 55px !important;
  }
  
  .is-cfs-2 {
    font-size: 44px !important;
  }
  
  .is-cfs-3 {
    font-size: 38px !important;
  }
  
  .is-cfs-4 {
    font-size: 33px !important;
  }
  
  .is-cfs-5 {
    font-size: 22px !important;
  }
  
  .is-cfs-6 {
    font-size: 19px !important;
  }
  
  .is-cfs-custom-1 {
    font-size: 31px !important;
  }
  
  .is-cfs-custom-6 {
    font-size: 19px !important;
  }
}

/* ============================================
   DESKTOP RESPONSIVE STYLES
   ============================================
   Breakpoint: min-width 769px
   ============================================ */

/* ============================================
   DESKTOP - Navigation
   ============================================ */
@media screen and (min-width: 769px) {
  /* Make navigation header fixed on desktop */
  section.navigation-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background-color: var(--color-bg-dark) !important;
    width: 100% !important;
  }
  
  section[style*="position: fixed"] {
    padding: 0.75rem 0 !important;
  }
  
  /* Logo size - desktop - more specific selector to override inline width */
  section.navigation-header img[alt="Mannjal Logo"],
  section[style*="position: fixed"] img[alt="Mannjal Logo"],
  .navigation-header img[alt="Mannjal Logo"],
  section.navigation-header .container img[alt="Mannjal Logo"],
  section.navigation-header .px-4 img[alt="Mannjal Logo"],
  section.navigation-header a img[alt="Mannjal Logo"] {
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
    padding-left: 2rem !important;
  }
  
  div[style*="height: 200px"] {
    height: 250px !important;
  }
}
/* ============================================
   MOBILE - Navigation
   ============================================ */
@media screen and (max-width: 768px) {
  div[style*="height: 200px"] {
    height: 200px !important;
  }
  
  section[style*="position: fixed"] {
    padding: 0 0 !important;
  }
  
  section[style*="position: fixed"] img[alt="Mannjal Logo"] {
    width: 100px !important;
    max-width: 100px !important;
    height: auto !important;
  }
  
  div[style*="height: 200px"] {
    height: 20px !important;
  }
}

/* ============================================
   MOBILE - Hero Section
   ============================================ */
@media screen and (max-width: 768px) {
  .has-text-centered .image {
    margin-bottom: 1rem !important;
  }
  
  .has-text-centered .is-overlay {
    padding: clamp(0.75rem, 2.5vw, 1rem) clamp(0.25rem, 1vw, 0.5rem) !important;
  }
  
  .has-text-centered .is-overlay .column {
    padding: clamp(0.5rem, 2vw, 1rem) 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: visible !important;
    word-wrap: normal !important;
    box-sizing: border-box !important;
  }
  
  /* Responsive headline font size - consolidated rule */
  .has-text-centered .is-overlay .column h1.is-cfs-1 {
    font-size: 30px !important; /* AI ready and PLATFORM - mobile */
    line-height: clamp(1.05, 3vw, 1.1) !important;
    white-space: normal !important;
    word-wrap: normal !important;
    overflow: visible !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Keep INTELLIGENT and LENDING on one line - responsive */
  .has-text-centered .is-overlay .column h1.is-cfs-1 span.has-text-primary,
  .is-overlay .column h1.is-cfs-1 span.has-text-primary {
    display: inline-block !important;
    overflow: visible !important;
    max-width: 100% !important;
    font-size: 30px !important; /* INTELLIGENT LENDING */
    white-space: nowrap !important; /* Strictly keep on one line */
  }
  
  /* Ensure parent containers don't clip */
  .has-text-centered .is-overlay .column h1 {
    overflow: visible !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  /* Ensure overlay columns container doesn't restrict width */
  .has-text-centered .is-overlay.columns {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  
  .has-text-centered h1.is-cfs-2 {
    margin-bottom: 0.5rem !important;
  }
  
  /* Reduce tagline font size - 25px for mobile */
  .has-text-centered .is-overlay .column p.is-cfs-4 {
    font-size: 17px !important;
    padding: 0 clamp(0.5rem, 2vw, 0.75rem) !important;
    margin-top: clamp(0.75rem, 2vw, 1rem) !important;
  }
  
  /* Schedule Demo Button */
  .schedule-demo-container {
    width: 100% !important;
    padding: 0 1rem !important;
  }
  
  .schedule-demo-button,
  .mt-6 .button,
  .schedule-demo-container .button {
    width: 60% !important;
    max-width: 280px !important;
    height: 60px !important;
    font-size: 17px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;  
    justify-content: center !important;
    transition: background-color var(--transition-default), color var(--transition-default) !important;
  }
  
  /* Schedule Demo Button Hover Effect */
  .schedule-demo-button:hover,
  .schedule-demo-container .button:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-primary-dark) !important;
  }
  
  /* Spacing divs - reduce on mobile */
  div[style*="margin-top: 15rem"] {
    margin-top: 3rem !important;
  }
  
  div[style*="margin-top: 10rem"] {
    margin-top: 2rem !important;
  }
  
  div[style*="margin-top: -10rem"] {
    margin-top: -1rem !important;
  }
}

/* ============================================
   MOBILE - Tile Sections & Overlays
   ============================================ */
@media screen and (max-width: 768px) {
  .is-cfs-2 {
    font-size: 40px !important;
  }
  
  .tile.is-ancestor {
    flex-direction: column !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .tile.is-parent {
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 2rem !important;
  }
  
  .tile.is-parent.is-vertical.is-6 {
    width: 100% !important;
  }
  
  /* Reduce font size for all is-cfs-5 paragraphs in tile sections (partnerships, focus areas, etc.) */
  .tile.is-parent.is-vertical.is-6 .is-child p.is-cfs-5 {
    font-size: 17px !important;
  }
  
  /* Specifically target headings with has-text-primary */
  .tile.is-parent.is-vertical.is-6 .is-child p.is-cfs-5.has-text-primary {
    font-size: 17px !important;
  }
  
  /* Margin-bottom for partnership items - mobile */
  .tile.is-parent.is-vertical.is-6 .is-child {
    margin-bottom: 1rem !important;
  }
  
  .tile.is-parent.is-vertical.is-6 .is-child:last-child {
    margin-bottom: 0 !important;
  }
  
  /* Margin-bottom for py-4 items (We Focus On section) - mobile */
  .tile.is-parent.is-vertical.is-6 .py-4.is-child {
    margin-bottom: 0 !important;
  }
  
  /* Overlay text in tiles - consolidated rules */
  /* Note: Utility classes (.column-padding-lr, .column-padding-lr-sm) will override this */
  .tile .is-overlay .column:not(.column-padding-lr):not(.column-padding-lr-sm) {
    padding: clamp(0.75rem, 3vw, 1.5rem) clamp(0.5rem, 2vw, 0.75rem) clamp(0.75rem, 3vw, 1.5rem) clamp(1.5rem, 6vw, 2.5rem) !important;
  }
  
  /* Override inline padding-left styles in overlay columns (only if no utility class) */
  .tile .is-overlay .column[style*="padding-left"]:not(.column-padding-lr):not(.column-padding-lr-sm) {
    padding-left: clamp(1.5rem, 6vw, 2.5rem) !important;
  }
  
  .tile .is-overlay .column p {
    margin-top: clamp(0.5rem, 2vw, 1rem) !important;
    font-size: clamp(14px, 4vw, 18px) !important;
    line-height: clamp(1.3, 4vw, 1.5) !important;
  }
  
  /* Responsive headings - shared for tile and general overlays */
  .tile .is-overlay .column h1,
  .tile .is-overlay .column h2,
  .tile .is-overlay .column h3,
  .tile .is-overlay .column .is-cfs-1,
  .tile .is-overlay .column .is-cfs-2,
  .tile .is-overlay .column .is-cfs-3,
  .tile .is-overlay .column .is-cfs-4,
  .is-overlay.columns .column h1,
  .is-overlay.columns .column h2,
  .is-overlay.columns .column h3,
  .is-overlay.columns .column .is-cfs-1,
  .is-overlay.columns .column .is-cfs-2,
  .is-overlay.columns .column .is-cfs-3,
  .is-overlay.columns .column .is-cfs-4 {
    font-size: clamp(24px, 6vw, 44px) !important;
    line-height: clamp(1.1, 4vw, 1.3) !important;
  }
  
  /* Responsive text sizes - shared for tile and general overlays */
  .tile .is-overlay .column .is-cfs-5,
  .is-overlay.columns .column .is-cfs-5 {
    font-size: clamp(16px, 4.5vw, 22px) !important;
  }
  
  .tile .is-overlay .column .is-cfs-6,
  .is-overlay.columns .column .is-cfs-6 {
    font-size: clamp(14px, 4vw, 19px) !important;
  }
  
  /* Text content in tile sections */
  .tile.is-parent.is-vertical.is-6[style*="padding-left"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  
  .tile .is-child:last-child {
    margin-bottom: 0 !important;
  }
}

/* ============================================
   MOBILE - Section Spacing
   ============================================ */
@media screen and (max-width: 768px) {
  .section {
    padding: 2rem 1rem !important;
  }
  
  .section.is-small {
    padding: 1rem !important;
  }
  
  .section.spacing-small {
    padding: 0.5rem !important;
  }
  
  .section.is-medium {
    padding: 3rem 1rem !important;
  }
  
  .section.is-large {
    padding: 4rem 1rem !important;
  }
}

/* ============================================
   MOBILE - Container & Layout
   ============================================ */
@media screen and (max-width: 768px) {
  .container {
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .container[style*="max-width: 92%"] {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ============================================
   MOBILE - Feature Cards
   ============================================ */
@media screen and (max-width: 768px) {
  /* Left align text in feature cards - match Figma
     Note: !important needed to override base .feature-card styles and ensure mobile layout */
  .feature-card {
    text-align: left !important;
    align-items: flex-start !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 2rem !important;
    margin-top: 3rem !important;
    margin-bottom: 5rem !important;
    position: relative !important;
    border-width: 1px !important;
  }
  
  .feature-card-icon {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    margin-bottom: 0 !important;
    position: absolute !important;
    top: -50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
  }
  
  .feature-card-icon p {
    text-align: center !important;
    text-align-last: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    max-width: 100% !important;
    display: block !important;
    align-self: center !important;
    white-space: normal !important;
  }
  
  /* Override inline styles and ensure perfect centering
     Note: !important required to override inline style attributes in HTML */
  .feature-card-icon p[style*="text-align"] {
    text-align: center !important;
    text-align-last: center !important;
    white-space: normal !important;
  }
  
  /* Ensure title text is perfectly centered, including line breaks */
  .feature-card-icon p br {
    display: block !important;
    content: "" !important;
  }
  
  /* Override the rule that hides br tags in p.is-cfs-5 for feature card titles */
  .feature-card-icon p.is-cfs-5 br {
    display: block !important;
  }
  
  /* Center all text within title paragraphs */
  .feature-card-icon p.has-text-weight-semibold,
  .feature-card-icon p.has-text-weight-bold {
    text-align: center !important;
    text-align-last: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  
  /* Position icons on the outline/border - perfectly centered */
  .feature-card-icon svg,
  .feature-card-icon img {
    display: block !important;
    background-color: var(--color-bg-dark) !important;
    padding: 0 15px !important;
    margin: 0 !important;
    width: 120px !important;
    height: 120px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
  }
  
  
  .feature-card-content {
    text-align: left !important;
    padding-left: 0 !important;
    width: 100% !important;
    margin-top: 6rem !important;
  }
  
  .feature-card-content ul {
    text-align: left !important;
    margin-left: 0 !important;
    margin-top: 3.5rem !important;
    padding-left: 1.5rem !important;
    list-style-position: outside !important;
  }
  
  /* Increase bullet point font size and improve alignment */
  .feature-card-content ul li {
    font-size: 17px !important;
    line-height: 1.5 !important;
    padding-left: 0.5rem !important;
    margin-bottom: 1.2em !important;
  }
  
  
  /* Trust section heading container */
  .has-text-centered[style*="padding-left"] {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    text-align: center !important;
    margin-top: -1rem !important;
    margin-bottom: 2rem !important;
  }
  
  /* "Mannjal's product solves for TRUST" heading */
  .has-text-centered p.is-cfs-4.has-text-primary {
    font-size: 31px !important;
    line-height: 1.2 !important;
    margin-bottom: 0.75rem !important;
    text-align: center !important;
    font-weight: 600 !important;
  }
  
  /* "between lending entities..." subheading */
  .has-text-centered p.is-cfs-5.has-text-weight-semibold {
    font-size: 20px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    font-weight: 600 !important;
    white-space: normal !important;
  }
  
  /* Mobile-only line breaks - force line break */
  br.mobile-only-break {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* Ensure br works in all contexts */
  p br.mobile-only-break,
  .has-text-centered br.mobile-only-break,
  li br.mobile-only-break,
  .feature-card-content ul li br.mobile-only-break {
    display: block !important;
  }
}

/* ============================================
   DESKTOP - General Styles
   ============================================ */
@media screen and (min-width: 769px) {
  .mobile-only-break {
    display: none !important;
  }
  
  /* Margin-bottom for partnership items - desktop */
  .tile.is-parent.is-vertical.is-6 .is-child {
    margin-bottom: 5rem !important;
  }
  
  .tile.is-parent.is-vertical.is-6 .is-child:last-child {
    margin-bottom: 0 !important;
  }
  
  /* Margin-bottom for py-4 items (We Focus On section) - desktop */
  .tile.is-parent.is-vertical.is-6 .py-4.is-child {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Reduce spacing between paragraphs inside py-4 items - desktop */
  .tile.is-parent.is-vertical.is-6 .py-4.is-child p {
    margin-top: 0 !important;
    margin-bottom: 0.25rem !important;
  }
  
  /* Override space-around to reduce gap - desktop */
  .tile.is-parent.is-vertical.is-6.is-justify-content-space-around {
    justify-content: flex-start !important;
    gap: 5rem !important;
    margin-top: 6rem !important; /* Move text side content down - desktop only */
  }
  
  /* Apply same styling to all sections with is-justify-content-space-around */
  section.container .tile.is-ancestor .tile.is-parent.is-vertical.is-6.is-justify-content-space-around {
    margin-top: 10rem !important; /* Move text side content down - desktop only */
  }
  
  /* Keep tagline on one line - desktop only */
  .is-overlay .column p.is-cfs-4 {
    white-space: nowrap !important;
  }
  
  /* Hide mobile-only break in tagline - desktop */
  .is-overlay .column p.is-cfs-4 br.is-mobile-only-break {
    display: none !important;
  }
  
  /* Schedule Demo Button Hover Effect - Desktop */
  .schedule-demo-button:hover,
  .schedule-demo-container .button:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-primary-dark) !important;
    transition: background-color var(--transition-default), color var(--transition-default) !important;
  }
}

/* ============================================
   MOBILE - Investors Section
   ============================================ */
@media screen and (max-width: 768px) {
  .section.container .mt-6[style*="max-width"],
  .mt-6[style*="max-width: 100%"] {
    padding: 0 1rem !important;
    margin: 2rem auto !important;
  }
  
  .has-text-centered + .mt-6 {
    padding: 0 1rem !important;
  }
  
  .columns.is-centered {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .columns.is-centered .column {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.75rem !important;
    margin-bottom: 1rem !important;
    flex: 1 1 100% !important;
  }
  
  .columns.is-centered .column > div[style*="width: 400px"],
  .columns.is-centered .column > div[style*="width: 388.41px"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 120px !important;
    padding: 1.5rem 1rem !important;
  }
  
  .columns.is-centered .column img {
    max-width: 80% !important;
    height: auto !important;
  }
}

/* ============================================
   MOBILE - Team Section
   ============================================ */
@media screen and (max-width: 768px) {
  .section.is-large.container {
    padding: 2rem 1rem !important;
  }
  
  .columns.is-vcentered[style*="max-width: 800px"] {
    flex-direction: column !important;
    max-width: 100% !important;
    margin-bottom: 2rem !important;
  }
  
  .columns.is-vcentered .column.is-4 {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .columns.is-vcentered .column {
    width: 100% !important;
    text-align: center !important;
  }
  
  /* Reduce gap between image and name - remove padding from name column */
  .columns.is-vcentered .column.has-text-centered {
    padding-top: 0 !important;
  }
  
  .columns.is-vcentered .column.has-text-centered p.is-cfs-4.has-text-primary.has-text-weight-bold {
    margin-top: 0 !important;
    margin-bottom: 0.25rem !important;
  }
  
  /* Center team member images in mobile view */
  .columns.is-hidden-tablet.is-mobile.is-centered {
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
  }
  
  .columns.is-hidden-tablet.is-mobile.is-centered .image {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0 !important;
  }
  
  .columns.is-hidden-tablet.is-mobile.is-centered .image img.team-member-img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  
  .section[style*=""] {
    padding: 1.5rem 0 !important;
  }
}

/* ============================================
   MOBILE - Contact Section
   ============================================ */
@media screen and (max-width: 768px) {
  .section.is-large.container[style*="padding-left: 0"] {
    padding: 2rem 1rem !important;
  }
  
  /* Ensure parent sections don't clip content */
  /* Target any section that might contain the contact div */
  section {
    overflow-x: visible !important;
    overflow: visible !important;
  }
  
  /* Specifically target the section containing contact */
  section > .content.has-text-left[style*="position: relative"],
  section > .content.has-text-left[style*="margin-left: -8rem"] {
    position: static !important;
  }
  
  /* Ensure body and html don't clip */
  body, html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
  
  /* Container adjustments */
  .container {
    overflow-x: visible !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Contact section with negative margins - reset for mobile */
  /* Override inline styles with higher specificity */
  .contact-section-mobile,
  .content.has-text-left.contact-section-mobile,
  .content.has-text-left[style*="position: relative"],
  .content.has-text-left[style*="margin-left: -8rem"],
  div.content.has-text-left[style*="position: relative"],
  div.content.has-text-left[style*="margin-left: -8rem"],
  div.content.has-text-left.contact-section-mobile[style*="position: relative"],
  div.content.has-text-left.contact-section-mobile[style*="margin-left: -8rem"] {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 3rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 2rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    transform: translateX(0) !important;
    text-align: center !important;
  }
  
  /* Section containing contact */
  section > .content.has-text-left[style*="position: relative"],
  section > .content.has-text-left[style*="margin-left: -8rem"] {
    margin-left: 0 !important;
    left: 0 !important;
  }
  
  .content.has-text-left p.is-cfs-2 {
    font-size: 31px !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
  }
  
  .content.has-text-left p.is-cfs-5,
  .contact-section-mobile p.is-cfs-5,
  .contact-text,
  .contact-email {
    font-size: 20px !important;
    line-height: 1.5 !important;
    padding-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
    color: var(--color-text-white) !important;
  }
  
  .contact-section-mobile p.contact-text {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  .content.has-text-left p.is-cfs-5 a.has-text-primary,
  .contact-section-mobile p.is-cfs-5 a.has-text-primary,
  .contact-email a.has-text-primary {
    color: var(--color-primary) !important;
    text-decoration: underline !important;
  }
  
  .contact-section-mobile p span {
    display: inline !important;
    white-space: normal !important;
  }
  
  .content.has-text-left p.is-cfs-5 span {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  
  .content.has-text-left p.is-cfs-5 span[style*="white-space: nowrap"] {
    white-space: normal !important;
  }
  
  /* Ensure contact section doesn't overlap */
  div[style*="margin-top: -10rem"] + section {
    margin-top: 0 !important;
  }
  
  /* Ensure all text in contact section is visible */
  .content.has-text-left p,
  .content.has-text-left p span,
  .content.has-text-left a {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: block !important;
  }
  
  /* Force container to be visible */
  .content.has-text-left {
    overflow: visible !important;
    clip: unset !important;
    clip-path: none !important;
  }
}

/* ============================================
   MOBILE - Footer
   ============================================ */
@media screen and (max-width: 768px) {
  .section[style*="background-color:#1C1C1C"] {
    padding: 1.5rem 1rem !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .columns {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .column {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .column.has-text-right {
    text-align: center !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .column.has-text-right > div {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 0.5rem !important;
  }
  
  .section[style*="background-color:#1C1C1C"] p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-top: 0.5rem !important;
  }
  
  .section[style*="background-color:#1C1C1C"] img[alt="mannjal logo"] {
    width: 120px !important;
    margin-bottom: 1rem !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* Footer - Center align on mobile */
  .section[style*="background-color:#1C1C1C"] .content {
    text-align: center !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .columns {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .column {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .column.has-text-right {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .column .is-inline-flex {
    justify-content: center !important;
    margin: 0 auto 0.5rem auto !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .column p {
    text-align: center !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .content > p,
  .section[style*="background-color:#1C1C1C"] .footer-company-info {
    text-align: center !important;
    margin-top: 1rem !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .footer-content {
    text-align: center !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .footer-logo-column {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 1rem !important;
  }
  
  .section[style*="background-color:#1C1C1C"] .footer-links-column {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

/* ============================================
   MOBILE - Text Content Improvements
   ============================================ */
@media screen and (max-width: 768px) {
  p.is-cfs-5 br {
    display: none !important;
  }
  
  /* Allow text to wrap naturally on mobile */
  .has-text-weight-semibold.is-cfs-5 {
    white-space: normal !important;
  }
  
  /* Better line height for readability */
  p.is-cfs-5,
  p.is-cfs-6 {
    line-height: 1.5 !important;
  }
  
  /* Reduce team description font size - mobile only */
  section.section.is-large.container .content p.has-text-centered.is-cfs-5 {
    font-size: 18px !important;
  }
}

/* ============================================
   MOBILE - Image Overlays
   ============================================ */
@media screen and (max-width: 768px) {
  .is-overlay.columns {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: clamp(0.5rem, 2vw, 1rem) !important;
  }
  
  /* Note: Utility classes (.column-padding-lr, .column-padding-lr-sm) will override this */
  .is-overlay.columns .column:not(.column-padding-lr):not(.column-padding-lr-sm) {
    padding: clamp(0.75rem, 3vw, 1.5rem) clamp(0.75rem, 3vw, 1.5rem) clamp(0.75rem, 3vw, 1.5rem) clamp(1.5rem, 6vw, 2.5rem) !important;
  }
  
  /* Override inline styles for overlay columns (only if no utility class) */
  .is-overlay.columns .column[style*="padding-left"]:not(.column-padding-lr):not(.column-padding-lr-sm) {
    padding-left: clamp(1.5rem, 6vw, 2.5rem) !important;
  }
  
  .is-overlay.columns .column p {
    margin-top: clamp(0.5rem, 2vw, 0.75rem) !important;
    font-size: clamp(14px, 4vw, 18px) !important;
    line-height: clamp(1.3, 4vw, 1.5) !important;
  }
  
  /* Responsive headings and text sizes consolidated above in tile section */
}

/* ============================================
   MOBILE - General Improvements & Utilities
   ============================================ */
@media screen and (max-width: 768px) {
  /* Prevent horizontal scroll */
  body {
    overflow-x: hidden !important;
  }
  
  /* Better spacing for all sections */
  section {
    overflow-x: hidden !important;
  }
  
  /* Ensure images don't overflow */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Mobile images - span full screen width */
  /* Target mobile images but exclude team member images */
  img[src*="mobile_"]:not(.team-member-img),
  .is-hidden-tablet img[src*="mobile_"]:not(.team-member-img),
  .tile.is-parent.is-vertical.is-6 .image img[src*="mobile_"]:not(.team-member-img),
  .has-text-centered .image img[src*="mobile_"]:not(.team-member-img) {
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: 50vh !important;
    object-fit: cover !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    display: block !important;
    position: relative !important;
  }
  
  /* Ensure parent containers for mobile images span full width */
  .image:has(img[src*="mobile_"]:not(.team-member-img)),
  figure.image:has(img[src*="mobile_"]:not(.team-member-img)),
  .tile.is-parent.is-vertical.is-6 .image:has(img[src*="mobile_"]:not(.team-member-img)),
  .has-text-centered .image:has(img[src*="mobile_"]:not(.team-member-img)) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    position: relative !important;
  }
  
  /* Container adjustments for mobile images */
  .container:has(img[src*="mobile_"]:not(.team-member-img)),
  .tile.is-ancestor:has(img[src*="mobile_"]:not(.team-member-img)) {
    overflow-x: visible !important;
  }
  
  /* Better button touch targets */
  .button {
    min-height: 44px !important;
    padding: 0.75rem 1.5rem !important;
  }
  
  /* Prevent text overflow */
  p, h1, h2, h3, h4, h5, h6, span, div {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
  }
  
  /* Ensure containers don't overflow */
  .container, .content, .column {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* CRITICAL OVERRIDE: Utility classes must override minified rule on line 183 */
  /* These rules come LAST in mobile styles to ensure they override everything */
  .tile .is-overlay.columns.is-flex.is-centered .column.column-padding-lr,
  .tile .is-overlay.columns.is-flex .column.column-padding-lr,
  .tile .is-overlay.columns .column.column-padding-lr,
  .is-overlay.columns.is-flex.is-centered .column.column-padding-lr,
  .is-overlay.columns.is-flex .column.column-padding-lr,
  .is-overlay.columns .column.column-padding-lr {
    padding-left: clamp(1.5rem, 6vw, 2.5rem) !important;
    padding-right: clamp(0.75rem, 3vw, 1.5rem) !important;
    padding-top: clamp(0.75rem, 3vw, 1.5rem) !important;
    padding-bottom: clamp(0.75rem, 3vw, 1.5rem) !important;
  }
  
  .tile .is-overlay.columns.is-flex.is-centered .column.column-padding-lr-sm,
  .tile .is-overlay.columns.is-flex .column.column-padding-lr-sm,
  .tile .is-overlay.columns .column.column-padding-lr-sm,
  .is-overlay.columns.is-flex.is-centered .column.column-padding-lr-sm,
  .is-overlay.columns.is-flex .column.column-padding-lr-sm,
  .is-overlay.columns .column.column-padding-lr-sm {
    padding-left: clamp(1.5rem, 6vw, 2.5rem) !important;
    padding-right: clamp(0.75rem, 3vw, 1.5rem) !important;
    padding-top: clamp(0.75rem, 3vw, 1.5rem) !important;
    padding-bottom: clamp(0.75rem, 3vw, 1.5rem) !important;
  }
}

/* ============================================
   DESKTOP - Feature Cards
   ============================================ */
@media screen and (min-width: 769px) {
  .feature-card {
    margin-bottom: 3rem !important;
    align-items: center !important;
  }
  
  .feature-card-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
}

/* ============================================
   TABLET RESPONSIVE STYLES
   ============================================
   Breakpoint: 769px - 1023px
   ============================================ */
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .container[style*="max-width: 92%"] {
    max-width: 95% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .tile.is-parent {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  
  .columns.is-centered .column > div[style*="width: 400px"],
  .columns.is-centered .column > div[style*="width: 388.41px"] {
    width: 100% !important;
    max-width: 350px !important;
  }
  
  /* Contact section - adjust negative margins for tablet */
  .content.has-text-left[style*="position: relative"] {
    margin-left: -2rem !important;
  }
}
